WordDocumentToText Method

Returns the document body text as plain text.

Definition

Namespace: Independentsoft.Office.Word
Assembly: Independentsoft.Office (in Independentsoft.Office.dll) Version: 3.0.460.1+37fe42d8e65847775742df0a70fdb403ab6fa65f
C#
public string ToText()

Return Value

String
The document body text or empty string if the document body does not contain text.

See Also